pub struct environment;
Trait Implementations§
Source§impl Field for environment
impl Field for environment
Source§impl HasArgument<name> for environment
impl HasArgument<name> for environment
Source§impl HasField<environment> for Repository
impl HasField<environment> for Repository
Source§type Type = Option<Environment>
type Type = Option<Environment>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for environment
impl RefUnwindSafe for environment
impl Send for environment
impl Sync for environment
impl Unpin for environment
impl UnwindSafe for environment
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