pub struct OperationUnwrap;
Trait Implementations§
Source§impl Operation for OperationUnwrap
impl Operation for OperationUnwrap
type PathParams = ()
type QueryParams = ()
type Body = UnwrapKeyRequest
type Output = Sobject
fn method() -> Method
fn path( p: <Self::PathParams as TupleRef<'_>>::Ref, q: Option<&Self::QueryParams>, ) -> String
fn to_body(body: &Self::Body) -> Option<Value>
Auto Trait Implementations§
impl Freeze for OperationUnwrap
impl RefUnwindSafe for OperationUnwrap
impl Send for OperationUnwrap
impl Sync for OperationUnwrap
impl Unpin for OperationUnwrap
impl UnwindSafe for OperationUnwrap
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