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