Struct db2::RELEASE_CHANNEL
pub struct RELEASE_CHANNEL { /* private fields */ }
Methods from Deref<Target = ReleaseChannel>§
pub fn display_name(&self) -> &'static str
pub fn dev_name(&self) -> &'static str
pub fn url_scheme(&self) -> &'static str
pub fn link_prefix(&self) -> &'static str
pub fn release_query_param(&self) -> Option<&'static str>
Trait Implementations§
§impl Deref for RELEASE_CHANNEL
impl Deref for RELEASE_CHANNEL
impl LazyStatic for RELEASE_CHANNEL
Auto Trait Implementations§
impl RefUnwindSafe for RELEASE_CHANNEL
impl Send for RELEASE_CHANNEL
impl Sync for RELEASE_CHANNEL
impl Unpin for RELEASE_CHANNEL
impl UnwindSafe for RELEASE_CHANNEL
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