pub struct RemovedOutbound {
pub push_id: String,
pub action: OutboundAction,
}Fields§
§push_id: String§action: OutboundActionTrait Implementations§
Source§impl Clone for RemovedOutbound
impl Clone for RemovedOutbound
Source§fn clone(&self) -> RemovedOutbound
fn clone(&self) -> RemovedOutbound
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 moreAuto Trait Implementations§
impl Freeze for RemovedOutbound
impl RefUnwindSafe for RemovedOutbound
impl Send for RemovedOutbound
impl Sync for RemovedOutbound
impl Unpin for RemovedOutbound
impl UnsafeUnpin for RemovedOutbound
impl UnwindSafe for RemovedOutbound
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