pub struct AnPlusB {
pub a: i32,
pub b: i32,
pub span: Span,
}Fields§
§a: i32§b: i32§span: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for AnPlusB
impl RefUnwindSafe for AnPlusB
impl Send for AnPlusB
impl Sync for AnPlusB
impl Unpin for AnPlusB
impl UnsafeUnpin for AnPlusB
impl UnwindSafe for AnPlusB
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