pub struct SetRoutingPolicyResponse {
pub success: bool,
}
Fields§
§success: bool
Implementations§
Source§impl SetRoutingPolicyResponse
impl SetRoutingPolicyResponse
pub fn new(success: bool) -> SetRoutingPolicyResponse
Trait Implementations§
Source§impl Clone for SetRoutingPolicyResponse
impl Clone for SetRoutingPolicyResponse
Source§fn clone(&self) -> SetRoutingPolicyResponse
fn clone(&self) -> SetRoutingPolicyResponse
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for SetRoutingPolicyResponse
impl Debug for SetRoutingPolicyResponse
Source§impl Default for SetRoutingPolicyResponse
impl Default for SetRoutingPolicyResponse
Source§fn default() -> SetRoutingPolicyResponse
fn default() -> SetRoutingPolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetRoutingPolicyResponse
impl<'de> Deserialize<'de> for SetRoutingPolicyResponse
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
Source§impl PartialEq for SetRoutingPolicyResponse
impl PartialEq for SetRoutingPolicyResponse
Source§impl Serialize for SetRoutingPolicyResponse
impl Serialize for SetRoutingPolicyResponse
impl StructuralPartialEq for SetRoutingPolicyResponse
Auto Trait Implementations§
impl Freeze for SetRoutingPolicyResponse
impl RefUnwindSafe for SetRoutingPolicyResponse
impl Send for SetRoutingPolicyResponse
impl Sync for SetRoutingPolicyResponse
impl Unpin for SetRoutingPolicyResponse
impl UnwindSafe for SetRoutingPolicyResponse
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