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