wf
0.0.1
Account
Required Methods
name
Implementors
In wf::
webfinger::
resource::
account
wf
::
webfinger
::
resource
::
account
Trait
Account
Copy item path
Source
pub(crate) trait Account { // Required method fn
name
(&self) ->
String
; }
Expand description
Represent an account.
Required Methods
§
Source
fn
name
(&self) ->
String
Implementors
§
Source
§
impl
Account
for
StaticAccount
Source
§
impl
Account
for
AccountResource