Struct seamapi_rs::Seam
source · [−]pub struct Seam { /* private fields */ }
Implementations
sourceimpl Seam
impl Seam
pub fn new(api_key: Option<&str>, api_url: Option<&str>) -> Result<Self>
pub fn workspace(self) -> Workspaces
pub fn connected_accounts(self) -> ConnectedAccounts
pub fn connect_webviews(self) -> ConnectWebviews
pub fn devices(self) -> Devices
pub fn locks(self) -> Locks
pub fn access_codes(self) -> AccessCodes
pub fn action_attempts(self) -> ActionAttempts
pub fn events(self) -> Events
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Seam
impl Send for Seam
impl Sync for Seam
impl Unpin for Seam
impl UnwindSafe for Seam
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more