pub struct RightAngle;
Trait Implementations§
Source§impl Clone for RightAngle
impl Clone for RightAngle
Source§fn clone(&self) -> RightAngle
fn clone(&self) -> RightAngle
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RightAngle
impl Debug for RightAngle
Source§impl FromStr for RightAngle
impl FromStr for RightAngle
Source§impl Parse for RightAngle
impl Parse for RightAngle
type Output = RightAngle
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
impl Copy for RightAngle
Auto Trait Implementations§
impl Freeze for RightAngle
impl RefUnwindSafe for RightAngle
impl Send for RightAngle
impl Sync for RightAngle
impl Unpin for RightAngle
impl UnwindSafe for RightAngle
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