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