pub enum CopySourceUnion {}Expand description
Copy source type.
Trait Implementations§
Source§impl Clone for CopySourceUnion
impl Clone for CopySourceUnion
Source§fn clone(&self) -> CopySourceUnion
fn clone(&self) -> CopySourceUnion
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 CopySourceUnion
impl Debug for CopySourceUnion
Source§impl<'de> Deserialize<'de> for CopySourceUnion
impl<'de> Deserialize<'de> for CopySourceUnion
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 CopySourceUnion
impl PartialEq for CopySourceUnion
Source§impl Serialize for CopySourceUnion
impl Serialize for CopySourceUnion
impl StructuralPartialEq for CopySourceUnion
Auto Trait Implementations§
impl Freeze for CopySourceUnion
impl RefUnwindSafe for CopySourceUnion
impl Send for CopySourceUnion
impl Sync for CopySourceUnion
impl Unpin for CopySourceUnion
impl UnwindSafe for CopySourceUnion
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