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