pub struct FlexMetadata {
pub flex_name: String,
pub flex_version: String,
}Expand description
Information about the Flex Gateway where the policy is running.
Fields§
§flex_name: StringName of the flex instance
flex_version: StringVersion of the flex instance
Trait Implementations§
Source§impl Clone for FlexMetadata
impl Clone for FlexMetadata
Source§fn clone(&self) -> FlexMetadata
fn clone(&self) -> FlexMetadata
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for FlexMetadata
impl RefUnwindSafe for FlexMetadata
impl Send for FlexMetadata
impl Sync for FlexMetadata
impl Unpin for FlexMetadata
impl UnwindSafe for FlexMetadata
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