Struct libblobd_direct::op::create_object::OpCreateObjectOutput
source · pub struct OpCreateObjectOutput {
pub token: IncompleteToken,
}
Fields§
§token: IncompleteToken
Auto Trait Implementations§
impl RefUnwindSafe for OpCreateObjectOutput
impl Send for OpCreateObjectOutput
impl Sync for OpCreateObjectOutput
impl Unpin for OpCreateObjectOutput
impl UnwindSafe for OpCreateObjectOutput
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