pub struct RemovedMessagePush {
pub push_id: String,
}Fields§
§push_id: StringTrait Implementations§
Source§impl Clone for RemovedMessagePush
impl Clone for RemovedMessagePush
Source§fn clone(&self) -> RemovedMessagePush
fn clone(&self) -> RemovedMessagePush
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 RemovedMessagePush
impl RefUnwindSafe for RemovedMessagePush
impl Send for RemovedMessagePush
impl Sync for RemovedMessagePush
impl Unpin for RemovedMessagePush
impl UnsafeUnpin for RemovedMessagePush
impl UnwindSafe for RemovedMessagePush
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