pub struct AppInitiator {
pub actor: String,
}Expand description
Application Initiator - Format (0,2204)
Actor initiating the request (e.g., customer sending a payment)
§XDR Definition (sFlow Application)
/* Actor initiating the request */
/* e.g. customer sending a payment */
/* opaque = flow_data; enterprise = 0; format = 2204 */
app_initiator {
actor actor;
}Fields§
§actor: StringBusiness level identifier (e.g., customer id, vendor id)
Trait Implementations§
Source§impl Clone for AppInitiator
impl Clone for AppInitiator
Source§fn clone(&self) -> AppInitiator
fn clone(&self) -> AppInitiator
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 moreSource§impl Debug for AppInitiator
impl Debug for AppInitiator
Source§impl PartialEq for AppInitiator
impl PartialEq for AppInitiator
impl Eq for AppInitiator
impl StructuralPartialEq for AppInitiator
Auto Trait Implementations§
impl Freeze for AppInitiator
impl RefUnwindSafe for AppInitiator
impl Send for AppInitiator
impl Sync for AppInitiator
impl Unpin for AppInitiator
impl UnwindSafe for AppInitiator
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