pub enum Reply<'a> {
Info(Info<'a>),
}
Expand description
org.varlink.service
interface replies.
This enum represents all possible replies from the varlink service interface methods.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Reply<'a>
impl<'a> RefUnwindSafe for Reply<'a>
impl<'a> Send for Reply<'a>
impl<'a> Sync for Reply<'a>
impl<'a> Unpin for Reply<'a>
impl<'a> UnwindSafe for Reply<'a>
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