pub struct ComponentControllerOnEscrowRequest {
pub outgoing_dir: Option<ServerEnd<Channel, Directory>>,
pub escrowed_dictionary: Option<DictionaryRef>,
}
Fields§
§outgoing_dir: Option<ServerEnd<Channel, Directory>>
§escrowed_dictionary: Option<DictionaryRef>
Trait Implementations§
Source§impl Encodable for ComponentControllerOnEscrowRequest
impl Encodable for ComponentControllerOnEscrowRequest
Source§type Encoded = WireComponentControllerOnEscrowRequest
type Encoded = WireComponentControllerOnEscrowRequest
The wire type for the value.
§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
encoding instead of calling
encode
. Read moreSource§impl<___E> Encode<___E> for ComponentControllerOnEscrowRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
impl<___E> Encode<___E> for ComponentControllerOnEscrowRequestwhere
___E: Encoder + ?Sized + HandleEncoder,
Source§impl TakeFrom<WireComponentControllerOnEscrowRequest> for ComponentControllerOnEscrowRequest
impl TakeFrom<WireComponentControllerOnEscrowRequest> for ComponentControllerOnEscrowRequest
Source§fn take_from(from: &WireComponentControllerOnEscrowRequest) -> Self
fn take_from(from: &WireComponentControllerOnEscrowRequest) -> Self
Converts from the given
T
, taking any resources that can’t be cloned.§const COPY_OPTIMIZATION: CopyOptimization<Self> = _
const COPY_OPTIMIZATION: CopyOptimization<Self> = _
An optimization flag that allows the bytes of this type to be copied directly during
conversion instead of calling
take_from
. Read moreAuto Trait Implementations§
impl Freeze for ComponentControllerOnEscrowRequest
impl RefUnwindSafe for ComponentControllerOnEscrowRequest
impl Send for ComponentControllerOnEscrowRequest
impl Sync for ComponentControllerOnEscrowRequest
impl Unpin for ComponentControllerOnEscrowRequest
impl UnwindSafe for ComponentControllerOnEscrowRequest
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