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