pub struct Begin { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TryFrom<Message> for Begin
impl TryFrom<Message> for Begin
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(message: Message) -> ConversionResult<Self>
fn try_from(message: Message) -> ConversionResult<Self>
Performs the conversion.
impl Eq for Begin
impl StructuralPartialEq for Begin
Auto Trait Implementations§
impl Freeze for Begin
impl RefUnwindSafe for Begin
impl Send for Begin
impl Sync for Begin
impl Unpin for Begin
impl UnwindSafe for Begin
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