pub struct AtomCollectionCookie<'a, C: ConnectionExt> { /* private fields */ }Implementations§
Source§impl<'a, C: ConnectionExt> AtomCollectionCookie<'a, C>
impl<'a, C: ConnectionExt> AtomCollectionCookie<'a, C>
pub fn reply(self) -> Result<AtomCollection, ReplyError>
Trait Implementations§
Auto Trait Implementations§
impl<'a, C> Freeze for AtomCollectionCookie<'a, C>
impl<'a, C> RefUnwindSafe for AtomCollectionCookie<'a, C>where
C: RefUnwindSafe,
impl<'a, C> Send for AtomCollectionCookie<'a, C>where
C: Sync,
impl<'a, C> Sync for AtomCollectionCookie<'a, C>where
C: Sync,
impl<'a, C> Unpin for AtomCollectionCookie<'a, C>
impl<'a, C> UnwindSafe for AtomCollectionCookie<'a, C>where
C: RefUnwindSafe,
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