pub struct StructMathEndpoint { /* private fields */ }Expand description
Macro Generated Marker Type
Trait Implementations§
Source§impl Endpoint for StructMathEndpoint
impl Endpoint for StructMathEndpoint
Auto Trait Implementations§
impl Freeze for StructMathEndpoint
impl RefUnwindSafe for StructMathEndpoint
impl Send for StructMathEndpoint
impl Sync for StructMathEndpoint
impl Unpin for StructMathEndpoint
impl UnwindSafe for StructMathEndpoint
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