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