pub struct SendFastPositionUpdatesMessage {
pub from: String,
pub to: String,
pub send_fast: bool,
}Fields§
§from: String§to: String§send_fast: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
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