pub struct subscribableId;
Trait Implementations§
Source§impl Field for subscribableId
impl Field for subscribableId
impl HasInputField<subscribableId, Id> for UpdateSubscriptionInput
Auto Trait Implementations§
impl Freeze for subscribableId
impl RefUnwindSafe for subscribableId
impl Send for subscribableId
impl Sync for subscribableId
impl Unpin for subscribableId
impl UnwindSafe for subscribableId
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