pub struct PushFlowerKeyEncOptGeneveAttrs<Prev: Pusher> { /* private fields */ }Available on crate feature
tc only.Implementations§
Trait Implementations§
Source§impl<Prev: Pusher> Drop for PushFlowerKeyEncOptGeneveAttrs<Prev>
impl<Prev: Pusher> Drop for PushFlowerKeyEncOptGeneveAttrs<Prev>
Source§impl<Prev: Pusher> Pusher for PushFlowerKeyEncOptGeneveAttrs<Prev>
impl<Prev: Pusher> Pusher for PushFlowerKeyEncOptGeneveAttrs<Prev>
Auto Trait Implementations§
impl<Prev> Freeze for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: Freeze,
impl<Prev> RefUnwindSafe for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: RefUnwindSafe,
impl<Prev> Send for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: Send,
impl<Prev> Sync for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: Sync,
impl<Prev> Unpin for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: Unpin,
impl<Prev> UnsafeUnpin for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: UnsafeUnpin,
impl<Prev> UnwindSafe for PushFlowerKeyEncOptGeneveAttrs<Prev>where
Prev: UnwindSafe,
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