pub struct BranchIngressPlan {
pub branch_id: String,
pub ingress_type: String,
pub ingress_config: Value,
}Fields§
§branch_id: String§ingress_type: String§ingress_config: ValueTrait Implementations§
Source§impl Clone for BranchIngressPlan
impl Clone for BranchIngressPlan
Source§fn clone(&self) -> BranchIngressPlan
fn clone(&self) -> BranchIngressPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BranchIngressPlan
impl Debug for BranchIngressPlan
Source§impl PartialEq for BranchIngressPlan
impl PartialEq for BranchIngressPlan
impl StructuralPartialEq for BranchIngressPlan
Auto Trait Implementations§
impl Freeze for BranchIngressPlan
impl RefUnwindSafe for BranchIngressPlan
impl Send for BranchIngressPlan
impl Sync for BranchIngressPlan
impl Unpin for BranchIngressPlan
impl UnsafeUnpin for BranchIngressPlan
impl UnwindSafe for BranchIngressPlan
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