pub struct StructToSignedEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for StructToSignedEndpoint
impl Endpoint for StructToSignedEndpoint
Auto Trait Implementations§
impl Freeze for StructToSignedEndpoint
impl RefUnwindSafe for StructToSignedEndpoint
impl Send for StructToSignedEndpoint
impl Sync for StructToSignedEndpoint
impl Unpin for StructToSignedEndpoint
impl UnwindSafe for StructToSignedEndpoint
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