pub struct alignmentComment;
Trait Implementations§
Source§impl Field for alignmentComment
impl Field for alignmentComment
Source§impl HasArgument<af> for alignmentComment
impl HasArgument<af> for alignmentComment
Source§impl HasArgument<commentId> for alignmentComment
impl HasArgument<commentId> for alignmentComment
Auto Trait Implementations§
impl Freeze for alignmentComment
impl RefUnwindSafe for alignmentComment
impl Send for alignmentComment
impl Sync for alignmentComment
impl Unpin for alignmentComment
impl UnwindSafe for alignmentComment
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