Struct ruma_client_api::filter::create_filter::v3::Response
source · pub struct Response {
pub filter_id: String,
}
Available on crate features
client
or server
only.Expand description
Response type for the create_filter
endpoint.
Fields§
§filter_id: String
The ID of the filter that was created.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
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