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