Struct capnp_rpc::ImbuedMessageBuilder [−][src]
Implementations
impl<A> ImbuedMessageBuilder<A> where
A: Allocator, [src]
A: Allocator,
pub fn new(allocator: A) -> Self[src]
pub fn get_root<'a, T>(&'a mut self) -> Result<T> where
T: FromPointerBuilder<'a>, [src]
T: FromPointerBuilder<'a>,
pub fn set_root<To, From>(&mut self, value: From) -> Result<()> where
From: SetPointerBuilder<To>, [src]
From: SetPointerBuilder<To>,
Auto Trait Implementations
impl<A> !RefUnwindSafe for ImbuedMessageBuilder<A>
impl<A> !Send for ImbuedMessageBuilder<A>
impl<A> !Sync for ImbuedMessageBuilder<A>
impl<A> Unpin for ImbuedMessageBuilder<A> where
A: Unpin,
A: Unpin,
impl<A> !UnwindSafe for ImbuedMessageBuilder<A>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,