pub struct Keys<'a> { /* private fields */ }Expand description
/v1/keys — scoped wlk_ API keys (requires the manage-capable wlt_ token).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Keys<'a>
impl<'a> !UnwindSafe for Keys<'a>
impl<'a> Freeze for Keys<'a>
impl<'a> Send for Keys<'a>
impl<'a> Sync for Keys<'a>
impl<'a> Unpin for Keys<'a>
impl<'a> UnsafeUnpin for Keys<'a>
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