pub struct LocalDestination { /* private fields */ }Implementations§
Source§impl LocalDestination
impl LocalDestination
pub fn new(config: &DestinationConfig) -> Result<Self>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalDestination
impl RefUnwindSafe for LocalDestination
impl Send for LocalDestination
impl Sync for LocalDestination
impl Unpin for LocalDestination
impl UnsafeUnpin for LocalDestination
impl UnwindSafe for LocalDestination
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