pub struct DumpBinlogCommand {
pub server_id: u64,
pub binlog_filename: String,
pub binlog_position: u32,
}
Fields§
§server_id: u64
§binlog_filename: String
§binlog_position: u32
Implementations§
Auto Trait Implementations§
impl Freeze for DumpBinlogCommand
impl RefUnwindSafe for DumpBinlogCommand
impl Send for DumpBinlogCommand
impl Sync for DumpBinlogCommand
impl Unpin for DumpBinlogCommand
impl UnwindSafe for DumpBinlogCommand
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