pub struct Rollback;Trait Implementations§
Source§impl Method for Rollback
impl Method for Rollback
fn decode(_method_frame: MethodFrame) -> Result<Rollback, Error>
fn encode(&self) -> Result<EncodedMethod, Error>
fn name(&self) -> &'static str
fn id(&self) -> u16
fn class_id(&self) -> u16
fn encode_method_frame(&self) -> Result<FramePayload, Error>
fn to_frame(&self, channel: u16) -> Result<Frame, Error>
impl Send for Rollback
impl StructuralPartialEq for Rollback
Auto Trait Implementations§
impl Freeze for Rollback
impl RefUnwindSafe for Rollback
impl Sync for Rollback
impl Unpin for Rollback
impl UnwindSafe for Rollback
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