pub enum AllowedMethodItem {
Any,
Methods(Vec<Method>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AllowedMethodItem
impl RefUnwindSafe for AllowedMethodItem
impl Send for AllowedMethodItem
impl Sync for AllowedMethodItem
impl Unpin for AllowedMethodItem
impl UnwindSafe for AllowedMethodItem
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