Struct freenet_stdlib::prelude::DelegateInterfaceResult
source · #[repr(C)]pub struct DelegateInterfaceResult { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for DelegateInterfaceResult
impl Clone for DelegateInterfaceResult
source§fn clone(&self) -> DelegateInterfaceResult
fn clone(&self) -> DelegateInterfaceResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DelegateInterfaceResult
impl Debug for DelegateInterfaceResult
source§impl From<Result<Vec<OutboundDelegateMsg, Global>, DelegateError>> for DelegateInterfaceResult
impl From<Result<Vec<OutboundDelegateMsg, Global>, DelegateError>> for DelegateInterfaceResult
source§fn from(value: Result<Vec<OutboundDelegateMsg>, DelegateError>) -> Self
fn from(value: Result<Vec<OutboundDelegateMsg>, DelegateError>) -> Self
Converts to this type from the input type.
impl Copy for DelegateInterfaceResult
Auto Trait Implementations§
impl RefUnwindSafe for DelegateInterfaceResult
impl Send for DelegateInterfaceResult
impl Sync for DelegateInterfaceResult
impl Unpin for DelegateInterfaceResult
impl UnwindSafe for DelegateInterfaceResult
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