pub enum TitleBlockUpdate {
Name(String),
Top(BlockId),
}Variants§
Trait Implementations§
Source§impl Clone for TitleBlockUpdate
impl Clone for TitleBlockUpdate
Source§fn clone(&self) -> TitleBlockUpdate
fn clone(&self) -> TitleBlockUpdate
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TitleBlockUpdate
impl Debug for TitleBlockUpdate
Source§impl<'de> Deserialize<'de> for TitleBlockUpdate
impl<'de> Deserialize<'de> for TitleBlockUpdate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TitleBlockUpdate
impl PartialEq for TitleBlockUpdate
Source§impl Serialize for TitleBlockUpdate
impl Serialize for TitleBlockUpdate
impl StructuralPartialEq for TitleBlockUpdate
Auto Trait Implementations§
impl Freeze for TitleBlockUpdate
impl RefUnwindSafe for TitleBlockUpdate
impl Send for TitleBlockUpdate
impl Sync for TitleBlockUpdate
impl Unpin for TitleBlockUpdate
impl UnsafeUnpin for TitleBlockUpdate
impl UnwindSafe for TitleBlockUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more