pub struct ListLocksResponse {
pub locks: Vec<Lock>,
pub next_cursor: &'static str,
}Fields§
§locks: Vec<Lock>§next_cursor: &'static strTrait Implementations§
Source§impl Debug for ListLocksResponse
impl Debug for ListLocksResponse
Auto Trait Implementations§
impl Freeze for ListLocksResponse
impl RefUnwindSafe for ListLocksResponse
impl Send for ListLocksResponse
impl Sync for ListLocksResponse
impl Unpin for ListLocksResponse
impl UnsafeUnpin for ListLocksResponse
impl UnwindSafe for ListLocksResponse
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