pub struct WriterLeaseGrant {
pub lease: WriterLease,
pub token: String,
}Fields§
§lease: WriterLease§token: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for WriterLeaseGrant
impl RefUnwindSafe for WriterLeaseGrant
impl Send for WriterLeaseGrant
impl Sync for WriterLeaseGrant
impl Unpin for WriterLeaseGrant
impl UnsafeUnpin for WriterLeaseGrant
impl UnwindSafe for WriterLeaseGrant
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