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