pub struct ForwardWithID {
pub id: String,
pub config: Forward,
}
Expand description
An existing url forwarding configuration with an associated ID
Fields§
§id: String
The unique ID of this forwarding configuration
config: Forward
The configuration
Trait Implementations§
Source§impl Debug for ForwardWithID
impl Debug for ForwardWithID
Source§impl<'de> Deserialize<'de> for ForwardWithID
impl<'de> Deserialize<'de> for ForwardWithID
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 ForwardWithID
impl RefUnwindSafe for ForwardWithID
impl Send for ForwardWithID
impl Sync for ForwardWithID
impl Unpin for ForwardWithID
impl UnwindSafe for ForwardWithID
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