pub struct SequenceContentItemSubtype1 { /* private fields */ }Implementations§
Source§impl SequenceContentItemSubtype1
impl SequenceContentItemSubtype1
Trait Implementations§
Source§impl Clone for SequenceContentItemSubtype1
impl Clone for SequenceContentItemSubtype1
Source§fn clone(&self) -> SequenceContentItemSubtype1
fn clone(&self) -> SequenceContentItemSubtype1
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 SequenceContentItemSubtype1
impl Debug for SequenceContentItemSubtype1
Source§impl From<SequenceContentItemSubtype1> for SequenceContentItemSubtype1
impl From<SequenceContentItemSubtype1> for SequenceContentItemSubtype1
Source§fn from(value: SequenceContentItemSubtype1) -> Self
fn from(value: SequenceContentItemSubtype1) -> Self
Converts to this type from the input type.
Source§impl TryFrom<SequenceContentItemSubtype1> for SequenceContentItemSubtype1
impl TryFrom<SequenceContentItemSubtype1> for SequenceContentItemSubtype1
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: SequenceContentItemSubtype1) -> Result<Self, ConversionError>
fn try_from(value: SequenceContentItemSubtype1) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for SequenceContentItemSubtype1
impl RefUnwindSafe for SequenceContentItemSubtype1
impl Send for SequenceContentItemSubtype1
impl Sync for SequenceContentItemSubtype1
impl Unpin for SequenceContentItemSubtype1
impl UnwindSafe for SequenceContentItemSubtype1
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