pub struct AccountingResponse {
pub user_message: String,
pub admin_message: String,
}Expand description
The response from a successful TACACS+ accounting operation.
Fields§
§user_message: StringThe message that can be displayed to the user, if any.
admin_message: StringAn administrative log message.
Trait Implementations§
Source§impl Clone for AccountingResponse
impl Clone for AccountingResponse
Source§fn clone(&self) -> AccountingResponse
fn clone(&self) -> AccountingResponse
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 AccountingResponse
impl Debug for AccountingResponse
Source§impl Hash for AccountingResponse
impl Hash for AccountingResponse
Source§impl PartialEq for AccountingResponse
impl PartialEq for AccountingResponse
impl Eq for AccountingResponse
impl StructuralPartialEq for AccountingResponse
Auto Trait Implementations§
impl Freeze for AccountingResponse
impl RefUnwindSafe for AccountingResponse
impl Send for AccountingResponse
impl Sync for AccountingResponse
impl Unpin for AccountingResponse
impl UnwindSafe for AccountingResponse
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