pub struct OperationPersistTransientKey;Trait Implementations§
Source§impl Operation for OperationPersistTransientKey
impl Operation for OperationPersistTransientKey
type PathParams = ()
type QueryParams = ()
type Body = PersistTransientKeyRequest
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 OperationPersistTransientKey
impl RefUnwindSafe for OperationPersistTransientKey
impl Send for OperationPersistTransientKey
impl Sync for OperationPersistTransientKey
impl Unpin for OperationPersistTransientKey
impl UnwindSafe for OperationPersistTransientKey
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