pub struct linkSharingKey;
Trait Implementations§
Source§impl Field for linkSharingKey
impl Field for linkSharingKey
impl HasInputField<linkSharingKey, Option<String>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for linkSharingKey
impl RefUnwindSafe for linkSharingKey
impl Send for linkSharingKey
impl Sync for linkSharingKey
impl Unpin for linkSharingKey
impl UnwindSafe for linkSharingKey
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