pub struct AdminResult {
pub frames: Vec<Frame>,
}Expand description
Result type for admin operations
Fields§
§frames: Vec<Frame>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdminResult
impl RefUnwindSafe for AdminResult
impl Send for AdminResult
impl Sync for AdminResult
impl Unpin for AdminResult
impl UnsafeUnpin for AdminResult
impl UnwindSafe for AdminResult
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