pub struct SendBroadcastOptions { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SendBroadcastOptions
impl Clone for SendBroadcastOptions
Source§fn clone(&self) -> SendBroadcastOptions
fn clone(&self) -> SendBroadcastOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SendBroadcastOptions
impl Debug for SendBroadcastOptions
Auto Trait Implementations§
impl Freeze for SendBroadcastOptions
impl RefUnwindSafe for SendBroadcastOptions
impl Send for SendBroadcastOptions
impl Sync for SendBroadcastOptions
impl Unpin for SendBroadcastOptions
impl UnsafeUnpin for SendBroadcastOptions
impl UnwindSafe for SendBroadcastOptions
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