Enum xt_oss::util::AllowedMethodItem
source · pub enum AllowedMethodItem {
Any,
Methods(Vec<Method>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
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