pub struct SendLocation {}Trait Implementations§
Source§impl Clone for SendLocation
impl Clone for SendLocation
Source§fn clone(&self) -> SendLocation
fn clone(&self) -> SendLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendLocation
impl Debug for SendLocation
Source§impl<'de> Deserialize<'de> for SendLocation
impl<'de> Deserialize<'de> for SendLocation
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 Serialize for SendLocation
impl Serialize for SendLocation
Auto Trait Implementations§
impl Freeze for SendLocation
impl RefUnwindSafe for SendLocation
impl Send for SendLocation
impl Sync for SendLocation
impl Unpin for SendLocation
impl UnsafeUnpin for SendLocation
impl UnwindSafe for SendLocation
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