pub enum ForwardType {
Temporary,
Permanent,
}
Expand description
The type of redirect to use
Variants§
Trait Implementations§
Source§impl Debug for ForwardType
impl Debug for ForwardType
Source§impl<'de> Deserialize<'de> for ForwardType
impl<'de> Deserialize<'de> for ForwardType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ForwardType
impl RefUnwindSafe for ForwardType
impl Send for ForwardType
impl Sync for ForwardType
impl Unpin for ForwardType
impl UnwindSafe for ForwardType
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