pub struct NotificationARNs;Trait Implementations§
Source§impl Clone for NotificationARNs
impl Clone for NotificationARNs
Source§fn clone(&self) -> NotificationARNs
fn clone(&self) -> NotificationARNs
Returns a duplicate 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 NotificationARNs
impl Debug for NotificationARNs
Source§impl Referenced for NotificationARNs
impl Referenced for NotificationARNs
type To = Vec<Arn<SimpleNotification>>
fn referenced(&self) -> RefInner
Source§impl Serialize for NotificationARNs
impl Serialize for NotificationARNs
impl Copy for NotificationARNs
Auto Trait Implementations§
impl Freeze for NotificationARNs
impl RefUnwindSafe for NotificationARNs
impl Send for NotificationARNs
impl Sync for NotificationARNs
impl Unpin for NotificationARNs
impl UnwindSafe for NotificationARNs
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