pub struct PutKeysReport {
pub effective: PutKeysParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Fields§
§effective: PutKeysParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PutKeysReport
impl RefUnwindSafe for PutKeysReport
impl Send for PutKeysReport
impl Sync for PutKeysReport
impl Unpin for PutKeysReport
impl UnsafeUnpin for PutKeysReport
impl UnwindSafe for PutKeysReport
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