pub struct SendFastPositionUpdatesMessage {
pub from: String,
pub to: String,
pub send_fast: bool,
}Fields§
§from: String§to: String§send_fast: boolImplementations§
Trait Implementations§
Source§impl Clone for SendFastPositionUpdatesMessage
impl Clone for SendFastPositionUpdatesMessage
Source§fn clone(&self) -> SendFastPositionUpdatesMessage
fn clone(&self) -> SendFastPositionUpdatesMessage
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 moreAuto Trait Implementations§
impl Freeze for SendFastPositionUpdatesMessage
impl RefUnwindSafe for SendFastPositionUpdatesMessage
impl Send for SendFastPositionUpdatesMessage
impl Sync for SendFastPositionUpdatesMessage
impl Unpin for SendFastPositionUpdatesMessage
impl UnwindSafe for SendFastPositionUpdatesMessage
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