pub enum Releasedir {}Trait Implementations§
Source§impl<'o> Operation<'o> for Releasedir
impl<'o> Operation<'o> for Releasedir
type RequestBody = &'o ReleasedirIn
type ReplyState = ()
Source§impl<'o> RequestHandle<'o> for Releasedir
impl<'o> RequestHandle<'o> for Releasedir
Auto Trait Implementations§
impl Freeze for Releasedir
impl RefUnwindSafe for Releasedir
impl Send for Releasedir
impl Sync for Releasedir
impl Unpin for Releasedir
impl UnwindSafe for Releasedir
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