pub enum Link {}Trait Implementations§
Source§impl<'o> Operation<'o> for Link
impl<'o> Operation<'o> for Link
type RequestBody = (&'o LinkIn, &'o CStr)
type ReplyState = ()
Source§impl<'o> ReplyKnown<'o> for Link
impl<'o> ReplyKnown<'o> for Link
Source§impl<'o> RequestLink<'o> for Link
impl<'o> RequestLink<'o> for Link
fn source_ino(request: &Request<'o, Self>) -> Ino
Auto Trait Implementations§
impl Freeze for Link
impl RefUnwindSafe for Link
impl Send for Link
impl Sync for Link
impl Unpin for Link
impl UnwindSafe for Link
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