Struct mcaptcha::api::v1::notifications::routes::Notifications
source · [−]pub struct Notifications {
pub add: &'static str,
pub mark_read: &'static str,
pub get: &'static str,
}
Fields
add: &'static str
mark_read: &'static str
get: &'static str
Implementations
sourceimpl Notifications
impl Notifications
pub const fn new() -> Notifications
Auto Trait Implementations
impl RefUnwindSafe for Notifications
impl Send for Notifications
impl Sync for Notifications
impl Unpin for Notifications
impl UnwindSafe for Notifications
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more